PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutlineItem Class / setAction Method
The action to be performed when this item is activated.
In This Topic
    setAction Method
    In This Topic
    Sets the outline item action.
    When the action is set to a non-null value, the destination is set to null.
    Syntax
    public void setAction( 
       PDFAction value
    )

    Parameters

    value
    The action to be performed when this item is activated.
    See Also